home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
STUTTGART
/
MATHS
/
PARI
/
PARI1
/
pari
/
tex
/
Makefile
Wrap
Makefile
|
1991-02-20
|
390b
|
14 lines
# type make manual to tex the manual. This will create a users.dvi with a
# table of contents at the end, plus a separate index.dvi, which you must
# then print separately.
all: manual
manual: users.tex index.tex
tex users;rm -f users.std;sort -f users.idx > users.std;\
tex index;rm -f users.idx
clean:
rm -f users.log users.dvi users.std users.idx users.toc index.log index.dvi